Content-Type: text/html # For all sites not running the 2015 Templates You are likely serving many assets that are currently hosted at www.utk.edu. You are required to reference a different server, that server is images.utk.edu. For example, sites running the 2012 Templates may be referencing: `http://www.utk.edu/stylesheets/templates/stylesheets/ie7.css`. You should change this reference to: `http://images.utk.edu/stylesheets/templates/stylesheets/ie7.css` Saving these files and hosting them on your own server is also an option. Simply save the assets you're using, upload them to your server, and be sure to link to them. If you are running a site using an unmodified UT WordPress theme, you may contact [log in to unmask] and request an updated version. ## To get started. ### Step 1. Change style sheet links: Likely in the head of you website pages, you will have something similar to the following: ` ` This should be changed something like: ` ### Step 2. Change the Global Style Sheet (if necessary) If you are hosting a local stylesheet (typically called global.css or layout.css), this stylesheet may be referencing the following files: http://www.utk.edu/images/interface/bg-body-template.jpg http://www.utk.edu/images/interface/--sprite.png http://www.utk.edu/images/interface/bg-toolbox.png http://www.utk.edu/images/interface/bg-nav1-a.png http://www.utk.edu/images/interface/bg-li-active.png http://www.utk.edu/images/interface/bg-linkdrawer.jpg http://www.utk.edu/images/interface/bg-logo.png http://www.utk.edu/images/interface/bg-mainfooter.png http://www.utk.edu/images/interface/bg-giving.png These would need to follow the same update pattern: http://images.utk.edu/images/interface/bg-body-template.jpg http://images.utk.edu/images/interface/--sprite.png http://images.utk.edu/images/interface/bg-toolbox.png http://images.utk.edu/images/interface/bg-nav1-a.png http://images.utk.edu/images/interface/bg-li-active.png http://images.utk.edu/images/interface/bg-linkdrawer.jpg http://images.utk.edu/images/interface/bg-logo.png http://images.utk.edu/images/interface/bg-mainfooter.png http://images.utk.edu/images/interface/bg-giving.png # Step 3. Update any referenced images. The only image you should be pulling from www.utk.edu is http://www.utk.edu/images/interface/birdseye.png. This should be changed to, you guessed it, http://images.utk.edu/images/interface/birdseye.png. #Step 4. Update the search form processing Change:
to:
# For Wordpress. Vertical ## Step 1. `style.css`, line 12, change: @import url("http://www.utk.edu/stylesheets/templates/wp/v0001/layout-vertical.css"); to @import url("http://images.utk.edu/stylesheets/templates/wp/v0001/layout-vertical.css"); ## Step 2. `functions.php`, line 50, change: http://www.utk.edu/js/libs/utalert-include.js to http://images.utk.edu/js/libs/utalert-include.js on line 677, change: http://www.utk.edu/images/interface/birdseye.png to http://images.utk.edu/images/interface/birdseye.png ## Step 3. `header.php`, line 55, change: to # For Wordpress. Horizontal ## Step 1. `style.css`, line 12, change: @import url("http://www.utk.edu/stylesheets/templates/wp/v0001/layout.css"); to @import url("http://images.utk.edu/stylesheets/templates/wp/v0001/layout.css"); ## Step 2. `functions.php`, line 79, change: http://www.utk.edu/js/libs/utalert-include.js to http://images.utk.edu/js/libs/utalert-include.js on line 701, change: http://www.utk.edu/images/interface/birdseye.png to http://images.utk.edu/images/interface/birdseye.png ## Step 3. `header.php`, line 55, change: to # For Wordpress. Responsive ## Step 1. `/library/widgets.php`, line 98, change: http://www.utk.edu/images/interface/birdseye.png to http://images.utk.edu/images/interface/birdseye.png